home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 24
/
AMIGAplus Sonderheft 24 (2000)(Falke)(DE)[!].iso
/
PublicDomain
/
Anwendungen
/
MT-RechnungIII
/
PrintDoks
/
RechnungsübZus_NW1.inbpri
< prev
next >
Wrap
Text File
|
1999-03-27
|
10KB
|
470 lines
3$VER: RechnungsübZusatz Netto Währung1 1.05 (27.03.99)
%!PS-Adobe-3.0
%%Creator: Manfred Tremmel
%%CreationDate: (27.03.1999)
%%Version: 1.05
%%Title: (MT-RechnungIII - Rechnungsübersicht Währung1 Netto mit Versandzusatzkosten)
%%LanguageLevel: 2
%%DocumentMedia: A4 594 839 null () ()
%%DocumentNeededResources: font Times-Roman
%%BoundingBox: 0 0 549 839
%%EndComments
%%BeginnDefaults
%%PageMedia: A4
%%EndDefaults
%%BeginnSetup
<< /PageSize [594 839] >> setpagedevice
/PageSize [594 839] def
/DokumentRandX 54 def
/DokumentRandY 50 def
DruckrandX 720 mul 256 div /DruckrandX exch def
DruckrandY 720 mul 256 div /DruckrandY exch def
DruckrandX DokumentRandX ge
{
0 /DokumentRandX exch def
}
{
DokumentRandX DruckrandX sub /DokumentRandX exch def
} ifelse
DruckrandY DokumentRandY ge
{
PageSize 1 get /DokumentRandY exch def
}
{
PageSize 1 get DokumentRandY sub DruckrandY add /DokumentRandY exch def
} ifelse
/DokumentRandYOriginal DokumentRandY def
%%EndSetup
%%BeginnResource
/reencodedict 5 dict def
/ReEncode
{
reencodedict begin
/newencoding exch def
/newfontname exch def
/basefontname exch def
/basefontdict basefontname findfont def
/newfont basefontdict maxlength dict def
basefontdict
{ exch dup dup /FID ne exch /Encoding ne and
{ exch newfont 3 1 roll put }
{ pop pop }
ifelse
} forall
newfont /FontName newfontname put
newfont /Encoding newencoding put
newfontname newfont definefont pop
end
} def
/ISOLatin8Encoding
[
ISOLatin1Encoding 0 164 getinterval aload pop
/euro
ISOLatin1Encoding 165 91 getinterval aload pop
] def
/getfont {ISOLatin8Encoding ReEncode findfont exch scalefont def} bind def
/getsymbol {findfont exch scalefont def} bind def
%%EndResource
%% Fontpsoidoname, Fontgroesse, Realname, Programm (siehe oben)
/Times10Zeile 10 def
/Times10 Times10Zeile /OF0 /Times-Roman /OF0 getfont
/Times24Zeile 24 def
/Times24 Times24Zeile /OF0 /Times-Roman /OF0 getfont
/Seite 1 def
/SeitenNr 4 string def
/W 0 def
/N 0 def
/B 1 def
/M 0 def
%% Definition der Überschrift
/Ueberschrift
{
/BoxX1 DokumentRandX def
/BoxX2 486 def
/BoxY1 DokumentRandY 2 sub Times10Zeile sub def
/BoxY2 Times10Zeile Times10Zeile add def
0.9 setgray
BoxX1 BoxY1 BoxX2 BoxY2 rectfill
0.0 setgray
BoxX1 BoxY1 BoxX2 BoxY2 rectstroke
DokumentRandX 3 add DokumentRandY moveto
(RechNr.) show
DokumentRandX 100 add DokumentRandY moveto
(Datum) show
DokumentRandX 250 add DokumentRandY moveto
(Lieferant) show
DokumentRandX 300 add DokumentRandY moveto
(Besteller) show
DokumentRandY Times10Zeile sub /DokumentRandY exch def
DokumentRandX 50 add DokumentRandY moveto
(ArtikelNr) show
DokumentRandX DokumentRandY moveto
(Anzahl) dup stringwidth
pop 150 exch sub
DokumentRandX add DokumentRandY moveto show
DokumentRandX 160 add DokumentRandY moveto
(Einheit) show
DokumentRandX DokumentRandY moveto
(MWSt) dup stringwidth
pop 250 exch sub
DokumentRandX add DokumentRandY moveto show
DokumentRandX DokumentRandY moveto
(Einzelpreis) dup stringwidth
pop 325 exch sub
DokumentRandX add DokumentRandY moveto show
DokumentRandX DokumentRandY moveto
(Positionssumme) dup stringwidth
pop 400 exch sub
DokumentRandX add DokumentRandY moveto show
DokumentRandX DokumentRandY moveto
(Endsumme) dup stringwidth
pop 480 exch sub
DokumentRandX add DokumentRandY moveto show
DokumentRandY Times10Zeile sub 5 sub /DokumentRandY exch def
} def
%% Ausgab der Kopfdaten
Times24 setfont
DokumentRandX DokumentRandY moveto
(Eingangsrechnungen \(Netto\)) dup stringwidth pop
PageSize 0 get exch sub 2 div cvi DokumentRandY moveto show
DokumentRandY Times24Zeile sub Times24Zeile sub /DokumentRandY exch def
Times10 setfont
Ueberschrift
/ERechnungElemente ERechnungTabelle length def
/ERechnungPosition 0 def
ERechnungTabelle
{
ERechnungPosition 1 add /ERechnungPosition exch def
ERechnungElemente ERechnungPosition eq
{
/Zeilen 2 def
/pos exch def
pos 21 get
{
{
Zeilen 1 add /Zeilen exch def
} if
} forall
Zeilen Times10Zeile mul cvi 50 add DokumentRandY gt
{
DokumentRandX 450 add 50 moveto
(Seite: ) show
Seite SeitenNr cvs show
showpage
/DokumentRandY DokumentRandYOriginal def
Ueberschrift
Seite 1 add /Seite exch def
} if
DokumentRandX 3 add DokumentRandY moveto
(Gesamtsumme \(Netto\):) show
DokumentRandX DokumentRandY moveto
pos 19 get N get dup stringwidth
pop 480 exch sub
DokumentRandX add DokumentRandY moveto
show
DokumentRandY Times10Zeile sub /DokumentRandY exch def
/Zaehler 0 def
pos 21 get
{
{
DokumentRandX 3 add DokumentRandY moveto
(Mehrwertsteuer \() show
pos 20 get Zaehler get show
(%, Netto: ) show
pos 36 get Zaehler get N get show
(, Brutto: ) show
pos 36 get Zaehler get B get show
(\):) show
DokumentRandX DokumentRandY moveto
pos 33 get Zaehler get M get dup stringwidth
pop 480 exch sub
DokumentRandX add DokumentRandY moveto
show
DokumentRandY Times10Zeile sub /DokumentRandY exch def
} if
Zaehler 1 add /Zaehler exch def
} forall
DokumentRandX 3 add DokumentRandY moveto
(Gesamtsumme \(Brutto\):) show
DokumentRandX DokumentRandY moveto
pos 19 get B get dup stringwidth
pop 480 exch sub
DokumentRandX add DokumentRandY moveto
show
DokumentRandY Times10Zeile sub /DokumentRandY exch def
}
{
/Zeilen 3 def
/pos exch def
pos 20 get
{
Zeilen 1 add /Zeilen exch def
} if
pos 22 get
{
Zeilen 1 add /Zeilen exch def
} if
pos 28 get
{
Zeilen 1 add /Zeilen exch def
} if
pos 58 get
{
0 ne
{
Zeilen 1 add /Zeilen exch def
} if
} forall
pos 63 get
{
Zeilen 1 add /Zeilen exch def
1 get 11 get
{
0 ne
{
Zeilen 1 add /Zeilen exch def
} if
} forall
} forall
Zeilen Times10Zeile mul cvi 50 add DokumentRandY gt
{
DokumentRandX 450 add 50 moveto
(Seite: ) show
Seite SeitenNr cvs show
showpage
/DokumentRandY DokumentRandYOriginal def
Ueberschrift
Seite 1 add /Seite exch def
} if
DokumentRandX 3 add DokumentRandY moveto
pos 4 get () gt
{
pos 4 get show
}
{
pos 0 get show
} ifelse
DokumentRandX 100 add DokumentRandY moveto
pos 15 get 0 get show
DokumentRandX 250 add DokumentRandY moveto
pos 3 get show
DokumentRandX 300 add DokumentRandY moveto
pos 2 get show
DokumentRandY Times10Zeile sub /DokumentRandY exch def
pos 63 get
{
/art exch def
DokumentRandX 50 add DokumentRandY moveto
art 1 get 1 get show
DokumentRandX DokumentRandY moveto
art 1 get 2 get dup stringwidth
pop 150 exch sub
DokumentRandX add DokumentRandY moveto
show
DokumentRandX 160 add DokumentRandY moveto
art 0 get 5 get show
DokumentRandX DokumentRandY moveto
art 1 get 8 get dup stringwidth
pop 250 exch sub
DokumentRandX add DokumentRandY moveto
show
DokumentRandX DokumentRandY moveto
art 1 get 3 get W get dup stringwidth
pop 325 exch sub
DokumentRandX add DokumentRandY moveto
show
/Zeilen 0 def
art 1 get 11 get
{
0 ne
{
DokumentRandY Times10Zeile sub /DokumentRandY exch def
DokumentRandX 100 add DokumentRandY moveto
art 1 get 13 get Zeilen get show
DokumentRandX DokumentRandY moveto
art 1 get 12 get Zeilen get W get dup stringwidth
pop 250 exch sub
DokumentRandX add DokumentRandY moveto
show
DokumentRandX DokumentRandY moveto
art 1 get 15 get Zeilen get W get dup stringwidth
pop 325 exch sub
DokumentRandX add DokumentRandY moveto
show
} if
Zeilen 1 add /Zeilen exch def
} forall
DokumentRandX DokumentRandY moveto
art 1 get 6 get W get dup stringwidth
pop 400 exch sub
DokumentRandX add DokumentRandY moveto
show
DokumentRandY Times10Zeile sub /DokumentRandY exch def
} forall
/Zeilen 0 def
pos 58 get
{
0 ne
{
DokumentRandX 50 add DokumentRandY moveto
pos 60 get Zeilen get show
DokumentRandX DokumentRandY moveto
pos 59 get Zeilen get W get dup stringwidth
pop 325 exch sub
DokumentRandX add DokumentRandY moveto
show